Store adapter — DEAR Systems
The adapter object contains properties for connecting to the DEAR Systems API.
Parent object: a store with property "platform" : "dear_systems"
Required properties
The following adapter properties are required for DEAR Systems stores.
account_id
| Property | account_id |
| Name | Account ID |
| Data type | string |
| Required? | Yes |
application_key
| Property | application_key |
| Name | Application Key |
| Data type | string |
| Required? | Yes |
Optional properties
The following adapter properties are optional for DEAR Systems stores.
default_box_id
| Property | default_box_id |
| Name | Default Box ID |
| Data type | string |
import_status
| Property | import_status |
| Name | Import Status |
| Description | Import orders with the specified sale status |
| Data type | string |
| Accepted values | "ORDERED" — for Ordered"PACKED" — for Packed"PICKED" — for Picked"PACKING" — for Packing"PICKING" — for Picking"ORDERING" — for Ordering"BACKORDERED" — for Backordered"INVOICED" — for Invoiced"CREDITED" — for Credited"COMPLETED" — for Completed
|
| Default | "ORDERED" |
update_on_hand
| Property | update_on_hand |
| Name | Update On Hand |
| Description | Enable to support Inventory Update |
| Data type | boolean |
| Default | false |
warehouse_location
| Property | warehouse_location |
| Name | Warehouse Location |
| Description | Import orders only from the specified location |
| Data type | string |
Example
Example: create a new DEAR Systems store
For details about this request type, see: Create a new store.